projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc6107
)
(indented-text-mode): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 21:01:20 +0000
(21:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 11 Aug 1993 21:01:20 +0000
(21:01 +0000)
lisp/textmodes/text-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/text-mode.el
b/lisp/textmodes/text-mode.el
index c4724687c2b6fc0a0869d013b173e2f145459f00..fe51a39c2a82a2d18c3bc7fe63305c373ef4d684 100644
(file)
--- a/
lisp/textmodes/text-mode.el
+++ b/
lisp/textmodes/text-mode.el
@@
-87,7
+87,8
@@
All the commands defined in Text mode are inherited unless overridden.")
(setq indented-text-mode-map (nconc newmap text-mode-map))))
(defun indented-text-mode ()
- "Major mode for editing indented text intended for humans to read.\\{indented-text-mode-map}
+ "Major mode for editing indented text intended for humans to read.
+\\{indented-text-mode-map}
Turning on `indented-text-mode' calls the value of the variable
`text-mode-hook', if that value is non-nil."
(interactive)